The ImagickDraw class
PHP Manual

ImagickDraw::setFillOpacity

(PECL imagick 2.0.0)

ImagickDraw::setFillOpacitySets the opacity to use when drawing using the fill color or fill texture

Descripción

bool ImagickDraw::setFillOpacity ( float $fillOpacity )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0.

Lista de parámetros

fillOpacity

the fill opacity

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual